home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / Snippets / Headers / 2Columnwith2links.csn < prev    next >
Encoding:
Extensible Markup Language  |  2003-09-05  |  659 b   |  14 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <snippet name = "Basic: Image on Left" description = "An image on the left, with links on the right." preview="html" type="block">
  3. <insertText location="beforeSelection">
  4. <![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="4">
  5.   <tr>
  6.     <td bgcolor="#999999"><a href="#"><img src="" name="Logo" width="150" height="70" border="0" style="background-color: #CCCC99"></a></td>
  7.     <td align="right" bgcolor="#999999"><a href="#">Lorem</a> • <a href="#">Ipsum</a> </td>
  8.   </tr>
  9. </table>]]>
  10. </insertText>
  11. <insertText location="afterSelection"><![CDATA[]]>
  12. </insertText>
  13. </snippet>
  14.